home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / pbc22b.zip / PBC$BAS.ZIP / DWINMAN3.BAS < prev    next >
BASIC Source File  |  1993-01-01  |  701b  |  12 lines

  1. '   +----------------------------------------------------------------------+
  2. '   |                                                                      |
  3. '   |        PBClone  Copyright (c) 1990-1993  Thomas G. Hanlin III        |
  4. '   |                                                                      |
  5. '   +----------------------------------------------------------------------+
  6.  
  7.    DECLARE SUB DWindowManager (DSeg%, DOfs%, TopRow%, LeftCol%, BottomRow%, RightCol%, Frame%, Fore%, Back%, Grow%, Shade%, TFore%, Title$)
  8.  
  9. SUB DWindowMan3 (DSeg%, DOfs%, P%(), Title$)
  10.    DWindowManager DSeg%, DOfs%, P%(1), P%(2), P%(3), P%(4), P%(5), P%(6), P%(7), P%(8), P%(9), P%(10), Title$
  11. END SUB
  12.